$nowrite
$nowrite : bool
Blocks session data from being written to database.
Can be used if write-race conditions are to be expected
Class to provide database session storage
$nowrite : bool
Blocks session data from being written to database.
Can be used if write-race conditions are to be expected
$db : \rcube_db
$table_name : string
append(string $path, string $key, mixed $value) : mixed
Append the given value to the certain node in the session data array
Warning: Do not use if you already modified $_SESSION in the same request (#1490608)
string | $path | Path denoting the session variable where to append the value |
string | $key | Key name under which to append the new value (use null for appending to an indexed list) |
mixed | $value | Value to append to the session data array |